Python title()、upper()、lower()方法--string 描述 title()方法: 将字符串中的单词“标题化”,即首字母大写,其余字母转化为小写。 upper()方法:将字 ...